Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

WM4 - Abdirahim Hussein - JavaScript-Core-1-Coursework-Week-1#467

Open
12shussein wants to merge 2 commits into
CodeYourFuture:masterfrom
12shussein:master
Open

WM4 - Abdirahim Hussein - JavaScript-Core-1-Coursework-Week-1#467
12shussein wants to merge 2 commits into
CodeYourFuture:masterfrom
12shussein:master

Conversation

@12shussein
Copy link
Copy Markdown

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@@ -0,0 +1,8 @@
// Write your function here
function createGreeting(name){
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# #function createGreeting(a){
    return "hell, my name is " + a;
}

var greeting = createGreeting("Daniel");

Hi, please see the example above, your variable will contain the callback function and there we assign the name, so your return must contain the rest of the sentence in string and then you can make the interpolation. I hope this helps to you. ☺️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants